@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(common.css);
@import url(header.css);
@import url(footer.css);

html,
body {
	min-width: 100vw;
	min-height: 100vh;
}


.warp {
	width: 100%;
}

.top_title {
	width: 100%;
	height: 108px;
	background: #0D59A7;

}

.top_title h1,
.top_title h3 {

	font-family: Microsoft YaHei;

	color: #71B7FF;
	line-height: 45px;
}

.top_title h1 {
	width: 1200px;font-size: 36px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top_title h3 {
	width: 1200px;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main {
	width: 100%;
	background: #F6FAFF;
}

.part1 {}

.part1 .left {
	width: 624px;
	height: 402px;
}

/* 焦点图 */
.Focus {
	width: 624px;
	height: 402px;
}

.Focus .pic li {
	overflow: hidden;
	position: relative;
	width: 624px;
	height: 402px;
	background: #FFF;
}

.Focus img:hover {
	animation: move .5s linear forwards;
}

.Focus .pic img {
	width: 100%;
	max-width: 100%;
	height: 402px;
	display: block;
	margin: 0 auto;
	/* object-fit: cover; */
}

.Focus .txt-bg {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	height: 67px;
	width: 624px;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	overflow: hidden;
}

.Focus .txt {
	position: absolute;
	left: 20px;
	bottom: 0px;
	z-index: 2;
	height: 67px;
	width: 590px;
	overflow: hidden;
}

.Focus .txt li {
	width: 100%;
	height: 67px;
	line-height: 67px;
	position: absolute;
}

.Focus .txt li a {
	display: block;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: white;
	text-shadow: 1px 1px 5px #000;
	transition: all 0.3s;
}

.Focus .txt li a:hover {
	/*color:#0d99fd; */
	letter-spacing: 1px;
}

.Focus .num {
	position: absolute;
	z-index: 3;
	bottom: 29px;
	right: 15px;
}

.Focus .num li {
	float: left;
	width: 8px;
	height: 8px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 50px;
	cursor: pointer;
	background: #FFF;
	transition: all 0.3s;
	transition: all 0.3s;
}

.Focus .num li.on,
.Focus .num li:hover {
	width: 45px;
	background: #FFFFFF;
	border-radius: 4px;
}


.Focus>a {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	/* top: 115px; */
	top: calc((402px - 60px) / 2);
	background: url(../images/left_right.png) no-repeat;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s;
	background-position-y: 5px;
}

.Focus>a.prev {
	left: 0px;
}

.Focus>a.next {
	right: 0px;
	background-position-x: -70px;
}

.Focus:hover>a {
	opacity: 1;
	filter: alpha(opacity=100);
}

.Focus:hover>a.prev {
	left: 10px;
}

.Focus:hover>a.next {
	right: 10px;
}

.part1 .right {
	flex: 1;
	background: #ffffff;
	padding: 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 539px;
	}

.part1 .right_t {}

.part1 .right_t .hd {
	width: 100%;
	/* position: relative; */
	display: flex;
	justify-content: center;

}

.part1 .right_t .hd ul {
	width: 499px;
	display: flex;
	justify-content: space-between;
}

.part1 .right_t .hd ul li {
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #555555;
}


.part1 .right_t .hd ul li.on {
	font-weight: bold;
	color: #0D59A7;
}

.part1 .right_t .hd ul li.on a {
	color: #0D59A7;
}

.part1 .right_t .bd ul {
	zoom: 1;
}


.part1 .right_t .bd ul {}

.part1 .right_t .bd li {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #434343;
	line-height: 47px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.part1 .right_t .bd li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	flex: 1;
	position: relative;
	padding-left: 20px;
	margin-right: 30px;
}

.part1 .right_t .bd li a::before {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 1px solid #0D59A7;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 18px;
}

.part1 .right_t .bd li:hover a::before {
	background: #0D59A7;
}

.part1 .right_t .bd li:hover a {
	color: #0D59A7;
}

.part1 .right_t .bd li span {}


.part1 .right_b {}

.part1 .right_b>div {
	width: 157px;
	height: 43px;
	background: #FFFFFF;
	border: 1px solid #D8E9FB;
	border-radius: 5px;
}
.part1 .right_b>div:hover{
	background: #D8E9FB;
}
.part1 .right_b>div a {
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
}

.part1 .right_b>div img {
	margin-left: 15px;
}

.part1 .right_b>div span {
	margin-left: 15px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0D59A7;
}

.part2 {
	height: 127px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-pagination {}

.swiper-container .pagination {
	width: initial;
	left: initial;
	right: 19px;
	bottom: 11px;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Microsoft YaHei;

}

.swiper-container .pagination span:first-child {
	color: #0D59A7;
	font-size: 24px;
	font-weight: bold;
}

.swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
}

.part3 {}

.out_box .hd ul {
	display: flex;
}

.out_box .hd ul li {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 57px;
}

.out_box .hd ul li a {
	color: #000000;
}

.out_box .hd ul li em {
	margin: 0 5px;
}

.out_box .hd ul li.on a {
	color: #0D59A7;
}




.box {
	height: 585px;
	background: #ffffff;
	border-radius: 10px;
}

.box_t {
	background: url(../images/tit_bg.png)no-repeat top;
	height: 189px;
}

.tBox {
	width: 1149px;
}

.zwgk .tit_img {
	margin-left: 17px;
	margin-top: 17px;
}


.zwgk .tit_search {

	margin-right: 220px;
}

.zwgk .tit_sT {
	margin-top: 18px;
}

.zwgk .tit_sB {
	margin-top: 12px;
	width: 390px;
	height: 49px;
	background: #FFFFFF;
	border-radius: 24px;
}

.zwgk .tit_sB input {
	border: none;
	outline: none;
	padding: 0 20px;
	border-radius: 24px;
	flex: 1;
}

.zwgk .tit_sB a {
	display: inline-flex;
	width: 95px;
	height: 49px;
	background: #EFB94F;
	border-radius: 24px;
	justify-content: center;
	align-items: center;

}

.zwgk .tit_sB a img {
	width: 22px;
	height: 22px;
}

.zwgk .tit_sB a span {
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 5px;
}





.box_b {
	position: relative;
}

.bBox {
	width: 1149px;
	height: 433px;
	background: #ffffff;
	border: 1px solid #D8E9FB;
	border-radius: 10px;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translate(-50%);
}

.zwgk_l {
	width: 498px;
	margin-top: 18px;
	margin-left: 25px;
}

.zwgk_r,
.hdjl_r {
	flex: 1;
	margin: 18px 22px 0 32px;
width: 572px;}

.zwgk_r .rHd,
.zwgk_l .lHd {
	width: 100%;
	/* position: relative; */
	display: flex;
	border-bottom: 1px solid #E9E9E9;
}

.hdBox ul {
	display: flex;
}

.hdBox ul li {
	height: 41px;
	text-align: center;
	cursor: pointer;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	margin-right: 40px;
	position: relative;
}

.hdBox ul li.on::after ,.hdBox ul li.active::after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	display: block;
	transform: translate(-50%);
	width: 100%;
	height: 3px;
	background: #0D59A7;
	border-radius: 2px;
	z-index: 99;
}

.zwgk_l .hdBox ul li.on::after {
	transform: initial;
	width: 95px;
	left: 0;
}

.hdBox ul li.on ,.hdBox ul li.active{
	font-weight: bold;
	color: #0D59A7;
}

.hdBox ul li:hover a {
	color: #0D59A7;
}

.rBd ul {
	margin-top: 10px;
}

.bdBox li {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #595959;
	line-height: 47px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.bdBox li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	flex: 1;
	position: relative;
	padding-left: 15px;
	margin-right: 30px;
}

.bdBox li a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	/* border: 1px solid #0D59A7; */
	background: #DEEDFC;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 20px;
}

.bdBox li:hover a::before {
	background: #2F96F9;
}

.bdBox li:hover a {
	color: #2F96F9;
}

.gkzl_t {
	display: flex;
	flex-wrap: wrap;

}

.gkzl_t a {
	display: inline-flex;
	width: 238px;
	height: 62px;
	background: #F9FAFB;
	border-radius: 5px;
	align-items: center;
	margin-top: 14px;
}

.gkzl_t a:nth-child(-n+2) {
	margin-top: 22px;
}

.gkzl_t a:nth-child(even) {
	margin-left: 22px;

}

.gkzl_t a:last-child {
	width: 498px;
}

.gkzl_t a>div {
	width: 40px;
	display: flex;
	justify-content: center;
	margin-left: 15px;
}

.gkzl_t a>span {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-left: 14px;
}

.gkzl_t a:hover span {
	color: #2F96F9;
}

.gkzl_b {
	margin-top: 22px;
	display: flex;
	justify-content: space-between;
}

.gkzl_b a {
	display: inline-flex;
	width: 239px;
	height: 93px;
	background: #DDECFE;
	border-radius: 5px;
	align-items: center;
}

.gkzl_b a span {
	font-size: 21px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D59A7;
}

.gkzl_b a:first-child img {
	margin-left: 17px;
}

.gkzl_b a:first-child span {
	margin-left: 28px;
}

.gkzl_b a:last-child span {
	margin: 0 14px;
	text-align: center;
}

.gkzl_b a:hover span {
	color: #2F96F9;
}

.zwgk_rb {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}

.zwgk_rb a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}

.zwgk_rb a>div {
	border: 1px solid #0D59A7;
	border-radius: 50%;
	width: 51px;
	height: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zwgk_rb a span {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-top: 14px;
}

.zwgk_rb a:hover span {
	color: #2F96F9;
}

.zwfw {}

.zwfw .tit_img {
	margin-top: 15px;
	margin-left: 18px;
}

.zwfw .tit_img1 {
	margin-top: 32px;
	margin-right: 263px;
}

.zwfw_box {}

.zwfw_bt {
	margin: 19px 23px 23px 24px;
}

.zwfw_bt>div {
	width: 357px;
	height: 226px;
	background: rgba(158, 190, 254, 0.2);
	border-top: 3px solid #0D59A7;
}

.fw_box div:nth-child(1) {
	margin: 19px;
}

.fw_box div:nth-child(1) span {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D59A7;
	margin-left: 8px;
}

.fw_box div:nth-child(2) {
	margin: 0 10px 0 9px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 37px;
}

.fw_box div:nth-child(2) i {
	font-style: normal;
	margin: 0 10px;
}
.fw_box div:nth-child(2) i:last-child {
	display:none;
}
.zwfw_bt div:nth-child(3) div:nth-child(2) i {
	margin: 0 20px;
}
.zwfw_bt div:nth-child(3) div:nth-child(2){
	display:flex;
	flex-wrap: wrap;
}
.zwfw_bt div:nth-child(2) div:nth-child(2) i {
	margin: 0 9px;
}

.zwfw_bb {
	width: 1102px;
	height: 142px;
	background: #F3F7FF;
	border-radius: 10px;
	margin-left: 24px;
	justify-content: space-evenly;
	align-items: center;
}

.zwfw_bb a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;

}

.zwfw_bb a span {
	margin-top: 14px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6A6A6A;
}

.zwfw_bb a:hover span {
	color: #2F96F9;
}

.hdjl {}

.hdjl .tit_img {
	margin-top: 9px;
	margin-left: 18px;
}

.hdjl .tit_img1 {
	margin-top: 35px;
	margin-right: 209px;
}

.hdjl_l {
	width: 503px;
	margin-top: 18px;
	margin-left: 23px;
}

.hdjl_l>div:nth-child(1) {
	width: 100%;
	/* position: relative; */
	display: flex;
	border-bottom: 1px solid #E9E9E9;
}

.hdjl_l>div .hdjl_ll a {
	width: 89px;
	height: 28px;
	background: #D1E8FF;
	border-radius: 10px;
	margin-left: 5px;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}

.hdjl_l>div .hdjl_ll a:hover {
	background: #0D59A7;
	color: #ffffff;
}

.hdjl_list li {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #595959;
	line-height: 47px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.hdjl_list li:nth-child(odd) {
	background: #F1F8FF;
}

.hdjl_list li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	flex: 1;
	position: relative;
	padding-left: 23px;
	margin-right: 30px;
}

.hdjl_list li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #92BFED;
	display: inline-block;
	position: absolute;
	left: 7px;
	top: 20px;
}

.hdjl_list li:hover a::before {
	background: #2F96F9;
}

.hdjl_list li:hover a {
	color: #2F96F9;
}

.hdjl_list li span {
	margin-right: 12px;
}

.zsk {
	margin-top: 19px;
	width: 502px;
	height: 95px;
	background: #0D59A7;
	border-radius: 10px;
}

.zsk a {
	width: 100%;
	height: 100%;
	display: inline-flex;
}

.bd_list ul {
	margin-top: 5px;
}

.bd_list li {
	height: 75px;
	border-bottom: 1px dashed #D2D2D2;
	overflow: hidden;
}

.bd_list .tit {
	margin-top: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #595959;
	line-height: 26px;
}

.bd_list .tit a {

	margin-left: 19px;
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.data {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 26px;
	display: flex;
	justify-content: space-between;
}

.data span {
	color: #0D59A7;
	margin-left: 44px;
}
.data a.yjs{
	  background: #A8A8A8;
	  color: #ffffff;
}

.data a {

	width: 87px;
	height: 27px;
	background: #E0F0FF;
	border-radius: 14px;
	color: #0D59A7;
	line-height: 27px;
	text-align: center;
}

.hdjl_rb {
	margin-top: 22px;
	width: 567px;
	height: 91px;
	background: linear-gradient(180deg, #C8E4FF, #FFFFFF);
	border: 1px solid #C1E1FF;
	border-radius: 10px;
	justify-content: space-evenly;
	align-items: center;
}

.hdjl_rb a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0A0204;
	line-height: 16px;
}

.hdjl_rb a img {
	/* width: 46px; */
}

.hdjl_rb a span {
	margin-top: 8px;
}

.part4 {
	width: 100%;
	height: 483px;

	background: url(../images/home_zjds_bj.png) no-repeat center;
	opacity: 0.95;
}

.zjds_r{
	margin-top: 100px;
}
.zjds_r ul {
	width: 600px;
	height: 324px;
	margin-right: 120px;
}

.zjds_r li {
	width: 324px;
	height: 324px;
	position: relative;
}


.zjds_r li .img {
	height: 100%;
	width: 100%;
	
}
.zjds_r li img{
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 40px 3px rgba(137,137,137,0.5200);
	border-radius: 50%;
}
.img_main{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	background: url(../images/home_zjds_img1.png) no-repeat center;
}
.img_main>div{
	margin-top: 20%;
	margin-left:20%;
}
.img_main>div h1{
	font-size: 27px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
.img_main>div a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #676767;
	line-height: 27px;
}
.img_main>div a:hover{
	color: #037EF3;
}
.part5 {}
.part5 .ztzl {
	min-height: 183px;
position: relative;}
.part5 .ztzl .bd{min-height: 183px;width: 100%;}
.part5 .ztzl .bd li{ position: relative; overflow: hidden; float: left; width: 283px; height: 183px; margin: 10px 9px; transition: all 0.3s; }
.part5 .ztzl .bd li img{ width: 100%; height: 100%; }
.part5 .ztzl .bd li:hover{ transform: translateY(-3px); box-shadow:1px 3px 5px -2px #9f9c9c; }
.part5 .ztzl>a{ display: block; position: absolute; width: 40px; height: 40px; overflow:hidden; border-radius: 50%; box-shadow: 0px 0px 20px -5px #282828; top: 85px; cursor: pointer; z-index: 10; transition:all 0.3s; }
.part5 .ztzl>a.prev{ left: 0px; background: url("../images/Home_ico4.png") no-repeat center rgba(255,255,255,0.4); }
.part5 .ztzl>a.next{ right: 0px; background: url("../images/Home_ico5.png") no-repeat center rgba(255,255,255,0.4); }
.part5 .ztzl>a:hover{ background-color:#FFF; }

.tit_t div:first-child {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D59A7;
	/* line-height: 45px; */
	margin-right: 62px;
}

.tit_t div:last-child i {
	display: inline-flex;
	width: 10px;
	height: 10px;
	background: #0D59A7;
	border-radius: 50%;
}

.tit_t div:last-child span {
	display: inline-flex;
	width: 100%;
	background: #0D59A7;
	height: 1px;
}
.tit_t div:last-child p{float:right;width: 80px;text-align: right; color:#0D59A7;font-size: 16px;}
.tit_t div:last-child p:hover{color:#c00;}
.tit_b {}

.tit_b span {
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #037EF3;
	line-height: 20px;
	opacity: 0.3;
	margin-top: 10px;
	margin-left: 40px;
}

.ztzl>div {
	width: 285px;
	height: 183px;
}
.ztzl>div:hover img{
	transform: translateY(-10px);
	transition-duration: 1s;
}